home *** CD-ROM | disk | FTP | other *** search
/ Hunter 2006 / Hunter 2006.iso / soft / spybotsd14.exe / {app} / SpybotSD.exe / 0 / RCDATA / TFORMNEWRUNVALUE / TFORMNEWRUNVALUE.txt
Text File  |  2005-05-31  |  3KB  |  153 lines

  1. object formNewRunValue: TformNewRunValue
  2.   Left = 300
  3.   Top = 250
  4.   BorderStyle = bsDialog
  5.   BorderWidth = 4
  6.   Caption = 'New Run value'
  7.   ClientHeight = 278
  8.   ClientWidth = 323
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   PopupMode = pmAuto
  17.   Position = poScreenCenter
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object radiogroupRootKey: TRadioGroup
  21.     Left = 0
  22.     Top = 0
  23.     Width = 323
  24.     Height = 65
  25.     Align = alTop
  26.     Caption = ' Valid for... (root key) '
  27.     ItemIndex = 0
  28.     Items.Strings = (
  29.       'Create for current user only (HKEY_CURRENT_USER)'
  30.       'Create for all users (HKEY_LOCAL_MACHINE)')
  31.     TabOrder = 0
  32.   end
  33.   object radiogroupKey: TRadioGroup
  34.     Left = 0
  35.     Top = 73
  36.     Width = 323
  37.     Height = 88
  38.     Align = alTop
  39.     Caption = ' Type of program (key) '
  40.     ItemIndex = 0
  41.     Items.Strings = (
  42.       'Create a link to a normal program (Run)'
  43.       'Create a link to a service program (RunServices)'
  44.       'Create a Autostart group link')
  45.     TabOrder = 1
  46.   end
  47.   object panelButtons: TPanel
  48.     Left = 0
  49.     Top = 244
  50.     Width = 323
  51.     Height = 34
  52.     Align = alBottom
  53.     BevelOuter = bvNone
  54.     TabOrder = 3
  55.     DesignSize = (
  56.       323
  57.       34)
  58.     object buttonCancel: TBitBtn
  59.       Left = 120
  60.       Top = 8
  61.       Width = 91
  62.       Height = 25
  63.       Anchors = [akTop, akRight]
  64.       TabOrder = 0
  65.       Kind = bkCancel
  66.     end
  67.     object buttonOK: TBitBtn
  68.       Left = 224
  69.       Top = 8
  70.       Width = 91
  71.       Height = 25
  72.       Anchors = [akTop, akRight]
  73.       TabOrder = 1
  74.       Kind = bkOK
  75.     end
  76.   end
  77.   object Panel2: TPanel
  78.     Left = 0
  79.     Top = 65
  80.     Width = 323
  81.     Height = 8
  82.     Align = alTop
  83.     BevelOuter = bvNone
  84.     TabOrder = 4
  85.   end
  86.   object Panel3: TPanel
  87.     Left = 0
  88.     Top = 161
  89.     Width = 323
  90.     Height = 8
  91.     Align = alTop
  92.     BevelOuter = bvNone
  93.     TabOrder = 5
  94.   end
  95.   object groupValueData: TGroupBox
  96.     Left = 0
  97.     Top = 169
  98.     Width = 323
  99.     Height = 75
  100.     Align = alClient
  101.     Caption = ' Registry entry (value && data) '
  102.     TabOrder = 2
  103.     DesignSize = (
  104.       323
  105.       75)
  106.     object labelValue: TLabel
  107.       Left = 8
  108.       Top = 20
  109.       Width = 62
  110.       Height = 13
  111.       Caption = 'Name of link:'
  112.     end
  113.     object labelData: TLabel
  114.       Left = 8
  115.       Top = 40
  116.       Width = 51
  117.       Height = 13
  118.       Caption = 'Linked file:'
  119.     end
  120.     object eValue: TEdit
  121.       Left = 112
  122.       Top = 16
  123.       Width = 198
  124.       Height = 21
  125.       Anchors = [akLeft, akTop, akRight]
  126.       TabOrder = 0
  127.     end
  128.     object eData: TEdit
  129.       Left = 112
  130.       Top = 40
  131.       Width = 179
  132.       Height = 21
  133.       Anchors = [akLeft, akTop, akRight]
  134.       TabOrder = 1
  135.     end
  136.     object buttonBrowse: TButton
  137.       Left = 290
  138.       Top = 40
  139.       Width = 21
  140.       Height = 21
  141.       Anchors = [akTop, akRight]
  142.       Caption = '...'
  143.       TabOrder = 2
  144.       OnClick = buttonBrowseClick
  145.     end
  146.   end
  147.   object od: TOpenDialog
  148.     Filter = 'All files|*.*'
  149.     Left = 32
  150.     Top = 24
  151.   end
  152. end
  153.